auto merge of #434 : alexcrichton/cargo/issue-433, r=huonw
authorbors <bors@rust-lang.org>
Mon, 25 Aug 2014 13:44:11 +0000 (13:44 +0000)
committerbors <bors@rust-lang.org>
Mon, 25 Aug 2014 13:44:11 +0000 (13:44 +0000)
All subprocesses will now be invoked with CARGO_MANIFEST_DIR pointing at the root of the
source directory that they are working on (compiling). This commit also
reorganizes the version environment variables to use the new infrastructure.

Closes #433


Trivial merge